/* Reset */

* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	list-style:none;
}

div.content {
	font-size:1.2em;

	padding-left:68px;
	padding-right:36px;

	clear:left;
}

div.breadcrumbs {
	margin-top:-8px;
	font-size:0.8em;
}

div.breadcrumbs a {
	font-weight:normal;
	color:#a6acca;
}

div.bannerImage {

}

/* Standard Formatierung Inhalte */

a {
	color:#01315f;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#01315f;
	font-weight:bold;
	text-decoration:none;
}

div.content p {
	margin-bottom:12px;
}

div.content h1,h2,h3,h4,h5,h6 {
	margin-bottom:12px;
}

div.content h1,h3,h5 {
	font-weight:bold;
	color:#01315f;
}

div.content h2,h4,h6 {
	font-weight:normal;
	color:#a6acca;
}

div.content h1,h2 {
	font-size:1.6em;
}

div.content h3,h4 {
	font-size:1.2em;
}

div.content h5,h6 {
	font-size:1em;
}

div.content ul {
	padding-left:13px;
}

div.content ul li {
	list-style:square;
}

/* H2 Link */

div.content h3 a {
	font-size:1em;
	font-weight:bold;
	color:#a6acca;

	text-decoration:none;
}

div.content h3 a:hover {
	color:#01315f;

	text-decoration:underline;
}

/* Sidebar GalerieHeadline */

div.sidebar2 h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#a6acca;
}


/* Home */

div.containerBox {
	padding-top:120px;
}

div.box {
	width:262px;
	height:95px;

	padding:14px;

	margin-right:14px;
	margin-bottom:14px;

	float:left;

	background-color:#FFF;
}

div.box h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#01315f;

	margin:0;
}

div.boxBtnBar {
	padding-left:220px;
	position:relative;
}

div.boxContent {
	height:60px;

	padding-top:8px;
}

div.btnMehr {
	width:50px;
	height:12px;

	background-image:url(/themes/AOZeitarbeit/images/screendesign/btn_mehr.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

div.box:hover {
	background-color:#1f3689;
	color:#fff;
}

div.box:hover h2 {
	color:#fff;
}

div.box:hover div.boxBtnBar div.btnMehr {
	background-position:0 -12px;
}

/* Home News */

div.containerHomeArticle {
	width:595px;
	height:100px;

	margin-bottom:14px;

	clear:both;

	background-color:#FFF;
}

div.containerHomeArticle div.left {
	width:461px;

	padding-top:8px;
	padding-left:14px;

	float:left;
}

div.containerHomeNewsArticle div.right {
	width:120px;

	float:left;
}

div.containerHomeArticle div.left a {
	color:#1f3689;
	font-weight:bold;
	text-decoration:none;
}

div.containerHomeArticle div.left a:hover {
	text-decoration:underline;
}
