/* @override http://ninadulleck.de/cms/templates/DE/style.css */

/* @group HTML */

body {
	background: #FFFFFF;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
	margin: 0px;
}

td {
	font-size: 1em;
	vertical-align: top;
}

a {
	color: #505050;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #202020;
	text-decoration: none;
}

a img {
	float: left;
}

h1 {
	color: #222;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	color: #222;
	margin: 0 0 5px 0;
}

b, strong {
	text-decoration: none;
	font-weight: 700;
}

input, select, textarea {
	font-size: 1em;
	background-color: #FFFFFF;
}

/* @end */

/* @group CLASSES */

.pic {
	padding: 1px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	float: right;
	clear: both;
}

.pic img {
	border: 0px;
}

.pic_set {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #eee;
	float: left;
	width: 115px;
	height: 115px;
	background: #f7f7f7;
}

.pic_set span{
	width: 115px;
	height: 115px;
	float: left;
	background: center no-repeat;
}

.klein {
	font-size: 0.8em;
	line-height: 1.4em;
}

/* @end */

/* @group LAYOUT */

#header {
	background: url(images/header.png) no-repeat center; 
	position: relative;
	z-index: 100;
	width: 630px;
	height: 172px;
}

#footer {
	background: url(images/bottom.jpg) no-repeat;
	width: 720px;
	height: 30px;
	padding: 20px;
	color: #FFFFFF;
	font-size: 0.8em;
}

#container {
	width: 630px;
	background: #FFFFFF;
	padding: 0px;
	position: relative;
}

#content {
	width: 550px;
	float: left;
	margin: 30px 40px 0 40px;
	font-size: 1.0em;
	line-height: 1.8em;
}

#shadow {
	width: 630px;
	height: 21px;
	float: left;
	position: relative;
	z-index: 110;
	margin-top: -21px;
	background: url(images/shadow_bottom.png) no-repeat;
}

/* @end */

/* @group MENU */

#menu {
	width: 630px;
	height: 410px;
	float: left;
	position: relative;
	margin-top: 0;
	z-index: 90;
	background: url(images/spinne.jpg) no-repeat top;
	overflow: hidden;
}

#menu img {
	border: 0;
}

#menu li {
	list-style: none;
}

.submenu{
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #e5e5e5;
}

.submenu li{
	list-style: none;
	float: left;
	margin-right: 18px;
}

.submenu a{
	font-weight: 500;
	font-size: 0.8em;
	color: #bbb;
}

.submenu a:hover{
	color: #666;
}

/* @group LIs */

#openmenu {
	position: absolute;
	background: #fff;
	left: 35px;
	top: 122px;
}

#portfolio {
	position: absolute;
	background: url(images/portfolio_1.jpg) no-repeat center;
	left: 33px;
	top: 155px;
}

#portfolio:hover, #portfolio_active {
	background: url(images/portfolio_2.jpg);
}

#skizzenbuch {
	position: absolute;
	background: url(images/skizzenbuch_1.jpg) no-repeat center;
	left: 33px;
	top: 230px;
}

#skizzenbuch:hover, #skizzenbuch_active {
	background: url(images/skizzenbuch_2.jpg);
}

#buecher {
	position: absolute;
	background: url(images/buecher_1.jpg) no-repeat center;
	left: 183px;
	top: 294px;
}

#buecher:hover, #buecher_active {
	background: url(images/buecher_2.jpg);
}

#comic {
	position: absolute;
	background: url(images/comic_1.jpg) no-repeat center;
	left: 315px;
	top: 262px;
}

#comic:hover, #comic_active {
	background: url(images/comic_2.jpg);
}

#papeterie {
	position: absolute;
	background: url(images/papeterie_1.jpg) no-repeat center;
	left: 394px;
	top: 262px;
}

#papeterie:hover, #papeterie_active {
	background: url(images/papeterie_2.jpg);
}

#freies {
	position: absolute;
	background: url(images/freies_1.jpg) no-repeat center;
	left: 350px;
	top: 177px;
}

#freies:hover, #freies_active {
	background: url(images/freies_2.jpg);
}

#uebermich {
	position: absolute;
	background: url(images/uebermich_1.jpg) no-repeat center;
	left: 454px;
	top: 177px;
}

#uebermich:hover, #uebermich_active {
	background: url(images/uebermich_2.jpg);
}

#blog {
	position: absolute;
	background: url(images/blog_1.jpg) no-repeat center;
	left: 472px;
	top: 0;
}

#blog:hover, #blog_active {
	background: url(images/blog_2.jpg);
}



/* @end */

/* @end */

/* @group MODULE */

.mainmenu li {
	height: 40px;
	padding: 0px;
	float: left;
}

.news {
	background: transparent;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px dotted #ddd;
	width: 100%;
}

.news h2 {
	margin: 0 0 12px 0;
	font-weight: 500;
	font-size: 1.6em;
}

.news a {
	color: #222;
	font-weight: 500;
}

.news .datum {
	font-size: 0.9em;
	float: right;
	width: auto;
	color: #CCCCCC;
	margin: 7px 0 0 0;
}

.news .comments a, .button {
	font-size: 0.8em;
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px 10px;
	float: left;
	margin: 5px 0;
}

.news .comments a:hover {
	background: #f6f6f6;
}

.downloads {
	background: #e6e6e6;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px dotted #ddd;
	width: 100%;
}

.downloads img {
	 border: 0;
	 float: right;
	 margin: 20px 20px 0 0;
}

.downloads div {
	padding-left: 10px;
	padding-top: 10px;
}

/* @end */