/***** style.css/sancta-maria-schule **/

body 
{

	background: url(img/bg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

/**************************************** standarts **/
p 
{
	margin: 0 0 10px 0;
	padding: 0 4px;
	line-height: 1.5em;
	font-weight: lighter; 
	color: #00506A;
}

h1 
{
	background-color: #FFF;
	margin: 0 0 20px 0;
	padding: 4px;
	font-size: 22px;
	font-weight: normal;
	color: #00506A;
}

h2 
{
	background-color: #fff;
	width: auto;
	margin: 0 0 20px 0;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #00506A;
}

h3 
{
	margin: 0 0 10px 0;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #00506A;
}

img 
{
	border: 1px solid #D5D5D5;
	background-color: #FFF;
	padding: 10px;
}


.clearer {clear: both;}


a
{
	text-decoration: none;
	font-size: 14px;
	color: #609766;
}

a:hover
{
	text-decoration: underline;
	font-size: 14px;
	color: #609766;
}

hr
{
	border: 0;
	background-color: #D1E2EF;
}

table, tbody, td
{
	border: 0;
	font-family: arial;
	font-size: 12px;
	color: #00506A;
}

td
{
	padding: 0 0 5px 0;
}

strong
{
	font-size: 14px;
	font-weight: bold;
}

/****************************************** listen **/
ul, ol
{
	margin: 0 0 5px 40px;
	padding: 0 0 10px 0;
	color: #00506A;
}

li
{
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 6px 0;
	color: #00506A;
}

ol li
{
	list-style: upper-latin;
	color: #00506A;
}

/******************************************** container **/
#container 
{
	position: relative;
	background: #EDF5FB url(img/heilige_hedwig_mellm.gif) 94% 98% no-repeat;
	border: 0;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
     

/******************************************** header **/
#header 
{
	background: url(img/header.jpg) no-repeat;
	width: 900px;
	height: 40px;
	height: 147px;
	margin: 0;
	padding: 0;
}

/************************************************** print-logo **/
#logo
{
	float: right;
}

.print-logo
{
	border: 0;
	padding: 0;
}

.switsher{
	position: absolute;
	left: -150px;
	top: 10px;
	list-style: none;
}

	.switsher a{
		text-decoration: none;
		color: #555;
	}

	.switsher a:hover{
		text-decoration: underline;
	}

/********************************************* main-navi **/
.main-nav 
{
	display: inline;
	position: absolute;
	left: 29px;
	top: 119px;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	.main-nav li
	{
		float: left;
		margin: 0 17px 0 0;
	}
	
	.main-nav li a
	{
		font-size: 17px;
		text-decoration: none;
		color: #FFF;
		padding: 0 0 0 15px;
	}
	
		.main-nav li a:hover
		{
			background: url(img/arrow.gif) no-repeat 0 50%;
		}

		.main-nav li a.current
		{
			background: url(img/arrow.gif) no-repeat 0 50%;
		}

		/*************************************************** login **/
		#login
		{
			position: absolute;
			/* left: 650px; */
			left: 810px;
			top: 124px;
			padding: 0 0 0 14px;
			font-size: 12px;
		}
		
			#login a
			{
				color: #fff;
				text-decoration: none;
				padding: 0 0 0 15px;
			}
			
			#login a:hover
			{
				background: url(img/arrow.gif) no-repeat 0 50%;
				text-decoration: none;
				color: #fff;
				padding: 0 0 0 15px;
			}
			
			#login a:current
			{
				background: url(img/arrow.gif) no-repeat 0 50%;
			}


/*********************************************** sub-nav **/
#sub-nav
{
	display: inline;
	position: absolute;
	left: 29px;
	top: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
}

	#sub-nav li
	{
		float: left;
		margin: 0 17px 0 0;
	}

	#sub-nav li a
	{
		font-size: 14px;
		text-decoration: none;
		color: #00506A;
		padding: 0 0 0 15px;
	}
	
		#sub-nav li a:hover
		{
			background: url(img/dark_arrow.jpg) no-repeat 0 50%;
		}

		#sub-nav li a.current
		{
			background: url(img/dark_arrow.jpg) no-repeat 0 50%;
			background-color: #FFF;
		}





/*************************************************************** sidebar login **/
#sidebarlogin
{
	width:110px !important;
}
	#sidebarlogin input
	{
		display: none !important;
		color: black !important;
	}

	
	fieldset
	{
		border: 0;
		background-color: #FFF;
		padding: 8px;
	}
	
	#sidebarlogin fieldset input
	{
		width: 110px !important;
		display: block !important;
	}
	
	#sidebarlogin label
	{
		width: 110px !important;
		display:block !important;
		float: left;
	}

	#sidebarlogin #checkbox_1
	{
		width: auto !important;
		display: inline !important;
		position: relative;
		float: none !important;
		border: 0 !important;
		margin: 25px !important;
	}
	
	#sidebarlogin h3
	{
		display: none;
		height: 0 !important;
		width: 0 !important;
	}
	
	.button
	{
		width: auto !important;
		height: auto !important;
		padding: 2px !important;
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	#sidebarlogin #forgotpsswd
	{
		font-size: 70%;
		display: block;
		float: none !important;
		margin: 0 !important;
	}


/******************************************** content **/
#content 
{
	background: transparent;
	width: 600px;
	min-height: 480px;
	margin: 50px 40px 20px 40px;
	padding: 0 0 60px 0;
	>padding: 50px 0 0 0;
}

	.content-left 
	{
		float: left;
		width: 280px;
	}
	
	.content-right 
	{
		float: right;
		width: 280px;
	}
	

#right-box
{
	position: absolute;
	width: 218px;
	right: 5px;
	top: 195px;
	margin: 0;
	padding: 4px;
	line-height: 1.5em;
}

	#right-box p
	{
		font-size: 12px;
	}

	#right-box a
	{
		text-decoration: none;
		color: #00506A;
		font-size: 12px;
	}


.info
{
	font-size: 10px;
}
	
/************************* downloads **/
.get-adobe
{
	border: 0;
	padding: 0;
}
	
/************************************* kontaktformular **/

.form-content
{
	margin: 0;
	padding: 15px 0 0 0;
}

table.form
{
	padding: 10px 0 0 5px;
}

/*************************************** footer **/
#footer 
{
	width: 900px;
	height: 28px;
	background-color: #fff;
	
}

	
	.footer-menu 
	{
		width: 20em;
		height: 28px;
		padding: 10px 0 0 40px;
	}

	.footer-menu li 
	{
		float: left;
		list-style: none;
		margin: 0 4px;
	}
	
	.footer-menu a 
	{
		text-decoration: none;
		font-size: 12px;
		color: #1F6183;
	}
	
	.footer-menu a:hover
	{
		text-decoration: underline;
		color: #1F6183;
	}

	.footer-menu a.current
	{
		text-decoration: underline;
		color: #1F6183;
	}
