
/* Basis */
html{height:100%;}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
	height:100%;
	padding:0;
	margin:0;
	text-align:center;
	background-color:white;
	background-image:url(../images/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
* html body{font-size:80%}
div#wrapper{
	width:782px;
	text-align:left;
	margin:0 auto;
	min-height:100%;
	text-align:left;
	background-image:url(../images/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
* html div#wrapper{ /* IE */
	height:100%;
}
div#top{
	height:20px;
	width:782px;
	background:url(../images/top.jpg) no-repeat center top;
	margin:0;
}
div#head{
	background:url(http://www.transartis.de/images/spacer.gif) no-repeat center top;
	height:180px;
	margin:0 6px;
	/*min-height:100%;
	border-bottom:1px solid #333399;*/
}

div#sidebar{
	width:150px;
	margin-top:20px;
	padding:20px;
	float:right;
}
div#inhalt{
	margin-right:250px;
	padding:30px;
	margin-bottom:50px;
}

* html div#inhalt{ /* IE */

}

div#content{margin:0 6px;}
/* header *******************************************************
div#top{
	background-image:url(http://www.transartis.de/images/top.gif);
	height:18px;
	padding:0;margin:0;
}*/
div#head h1 span{
	position:absolute;
	top:-999px;
}

div#head h1	{
	margin:0;
	padding:0;
	padding-top:12px;
	margin-left:7px;
	}
div#head h1 a{margin:0;padding:0;}

div#head h2{
	font-size:120%;
	margin-top:14px;
	padding-top:10px;
	margin-left:30px;
}	

div#foot{
	margin:-50px auto 30px auto;
	padding:5px 30px;
	border-top:1px solid #333399;
	width:710px;
	clear:right;
}
/* Format Inhalt ********************************************************/

div#inhalt h1{
	font-size:110%;
	line-height:18px;
}
div#inhalt h2{
	font-weight:normal;
	padding-bottom:15px;
	color:#333399;
}
p{
	line-height:16px;
	font-size:90%;
	color:#666;
}
a:visited, 
a{
	color:#4B3399;
	text-decoration:none;
}
a:hover{color:#ccc;}

p img{vertical-align:middle;}/* fuer sprachauswahl text-bilder */

p img.artikelbild{
	float:left;
	padding:2px;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
}/* fuer sprachauswahl text-bilder */


/* links ********************************************************/

div#sidebar ul{
	padding:0;
	margin:0;
	margin-top:20px;
	margin-right:30px;
	list-style-type:none;
}

* html div#sidebar ul{
	padding-top:20px;
}
div#sidebar ul li{
	padding-bottom:14px;
}

div#sidebar ul li a:visited,
div#sidebar ul li a{
	display:block;
	padding:2px 5px;
	/*background-color:#ddd;
	background-image:url(http://www.transartis.de/images/menu.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #999;*/
	color:#336699;
	line-height:16px;
	vertical-align:middle;
	font-size:90%;
	width:100%;
}
div#sidebar ul li a.on:visited,
div#sidebar ul li a.on,
div#sidebar ul li a:hover{
	/*background-color:#eee;
	background-image:url(http://www.transartis.de/images/menu-on.jpg);*/
	color:#ccc;
}


div#sidebar ul.profil li a
{
	/*background-color:#eee;
	background-image:url(http://www.transartis.de/images/menu-on.jpg);*/
	color:#ccc;
}


/* Sprachauswahl */

div#sidebar p.sprache{
	width:140px;
	padding:0;
	margin-left:30px;
}
div#sidebar p.sprache a:visited,
div#sidebar p.sprache a{
	font-size:80%;
	padding:2px 5px;
	vertical-align:middle;
	line-height:18px;
}


/* formular ********************************************************/
input, textarea{
}
/* input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] */



