@charset "utf-8";
/* 

Stylesheet für AUVA Schulmedien

Dateinname: 		auva-main.css
Erstellungsdatum:	21.10.2008
letzte Änderung:	06.01.2009

*/

/* Allgemeine Styles */
/* -------------------------------------------------------- */
*{
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Arial;
}

body{
	background: #b1d7fc url(grafiken/bg_main.jpg) repeat-x top left;
}

/* -------------------------------------------------------- */

/* -------------------------------------------------------- */

/* Head */
/* -------------------------------------------------------- */
#box_head{
	width: 638px;
	margin: auto;
	text-align: center;
}	
	
	/* Menu oben */
	#box_menuoben{
		list-style:none;
		padding: 3px 0;
	}
		#box_menuoben li{
			display: inline;
			padding-right: 10px;
		}
		
		#box_menuoben a{
			text-decoration: none;
			color: white;
			font-size: 11px;
		}
		
			#box_menuoben a:hover{
				color: yellow;
			}
			
		
	/* Logo */		
	#box_logo{
		width: 656px;
		height: 120px;
		background: url(grafiken/logo.jpg) no-repeat top center;
	}
	
/* Ende Head */
/* -------------------------------------------------------- */

/* Trennlinie */
/* -------------------------------------------------------- */
#box_trennung{
	width: 100%;
	height: 28px;
	margin-bottom: 0px;
	background: url(grafiken/trennung.png) repeat-x top left;
}
/* Ende Trennlinie */
/* -------------------------------------------------------- */

/* Inhalt und Menu */
/* -------------------------------------------------------- */

#box_body{
	width: 657px;
	margin: auto;
}


/* Menu */
#box_mainmenu{
	float: left;
	width: 168px;
	background: url(grafiken/bg_navi2.jpg) bottom left no-repeat;
	padding-bottom: 21px; /* Unter Abschnitt der Menugrafik */
}
	#box_mainmenu ul{
		list-style: none;
		padding: 18px 23px;
		/*padding-bottom: 0;*/
	}
	
	#box_mainmenu ul, a{
		color: #CCCCCC;
		font-size: 11px;
		text-decoration: none;
	}
	
	#box_mainmenu a:hover{
		color: yellow;
	}
	
	#mainmenu{
		background: url(grafiken/bg_navi1.jpg) top left no-repeat;
	}
			.mainmenu_hauptpunkt{
				padding-left: 15px;
				color: #FFCC00;
				font-size: 13px;
				font-weight: bold;
				background: url(grafiken/bt_1.jpg) center left no-repeat;
			}
			
			.mainmenu_Item{
				font-size: 13px;
				
			}

			.mainmenu_unterpunkt{
				padding-left: 12px;
				font-size: 10px;
				background: url(grafiken/bt_3.jpg) no-repeat center left;
			}
/* Ende Menu */

/* Inhalt */
#box_inhalt_wrapper{
		float: left;
		width: 488px;
		padding-bottom: 17px;
		background: url(grafiken/bg_content2.jpg) bottom left no-repeat;
	}
	
	#box_inhalt{
		background: url(grafiken/bg_content1.jpg) top left no-repeat;
		padding: 0 35px;
		padding-top: 15px;
	}
	
		#box_inhalt p{
			padding-bottom: 20px;
		}
		
	/* Menu Inhalt */
	#inhalt_menu{
		width: 100%;
		text-align: center;
		list-style: none;
	}
	
		#inhalt_menu li{
			display: inline;		
		}
		
		#inhalt_menu a{
			text-decoration: none;
			font-size: 10px;
			color: #003366;
		}
			
			#inhalt_menu a:hover{
				color: #FF6600;
				}
				/*Medien/Kategorien-Auflistung - TK 20081117*/
ul#listMedium
{
	margin:10px 10px 10px 40px;
}			
#listMedium a
{
	color:#000066;
}
#listMedium a:hover{
				color: #FF6600;}

/*Start/Infoseite*/
#divMainPage
{
	padding:5px;
}
#divMainPage ul
{
	padding-bottom:10px;
	list-style-position:inside;
}
/* Inhalt Ende */

/* -------------------------------------------------------- */
/* sonstige Klassen */
/* -------------------------------------------------------- */
.pic_thumb{
	float:left;
	padding-right: 10px;
	width: 100px;
	height: 150px;
}

.link_pic{
	color: white;
	border-color: white;
	border: 0 solid;
	text-decoration: none;
}

.copyright{
	width: 98%;
	text-align: center;
	font-size: 80%;
	color: #b7dbff;
}

.clear{
	clear:both;
}

.floatLeft {
	float:left;
}

.medienImage {
	margin:3px 5px 3px 0;
}
/* -------------------------------------------------------- */

#style_impressum a{
	text-decoration: none;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}
	#style_impressum a:hover{
		color: #FF6600;
	}
/* -------------------------------------------------------- */

/* Medium Ansicht */
h1.medium
{
	color:#ffffff;
	font-size:12pt;
	margin:0 0 5px 0;
	margin-top:12px;
}
.mediumBox
{
	width:500px;
	margin:0 auto;
}
.greyBox
{
	width:100%;
	background:#c0c0c0;
	padding:5px;
	margin:10px 0 0 0;
}
.whiteBox
{
	width:100%;
	background:#fff;
	padding:5px;
}
	


