/* GENERAL */
*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}

#intro_rollover
{
	margin:auto;
	text-align: center;
}

li, ul, ol
{
	margin-left: 15px;
}

table
{
	margin-left: 1px;
}

/* General style options, also used by TinyMCE */
h1
{
	font-size: 16px;
	font-weight: bold;
	color: #00A4E8;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #00A4E8;	
}

h3
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #00A4E8;	
}

h4
{
	font-size: 12px;
	font-weight: bold;
	color: #00A4E8;
}

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

h6
{
	font-size: 12px;
	font-weight: bold;
}
/* !GENERAL */

/* HEADER */

#header
{
	background-color: #00A4E8;
	background-image: url(../img/slices/web_schoen-trans.png);
	background-repeat: no-repeat;
	height: 150px;
	font-size: 12px;
	font-weight: bold;
}

#logo
{
	float: left;
	padding-top: 10px;
	width: 201px;
}

#menu
{	
	height: 29px;
	padding-top: 10px;
	text-align: center;
}

li a
{
	text-align: center;
}

#header_text
{
	float: left;
	height: 51px;
	padding-top: 15px;
	text-align: left;
	font-family: "Trebuchet MS", verdana;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

/* !HEADER */

/* CONTENT */
#content_container
{
	min-height: 270px;
	background-image: url(../img/slices/web_schoen_rest-trans.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#title_bar
{
	float: left;
	height: 35px;
	margin-top: 10px;
}

#left_blue
{
	float: left;
	width: 206px;
	height: 26px;
	background-color: #00A4E8;
	padding-right: 14px;
	padding-top: 9px;
	text-align: right;
	
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

#left_green
{
	float: left;
	width: 206px;
	height: 26px;
	background-color: #A5BF2A;
	padding-right: 14px;
	padding-top: 9px;
	text-align: right;
	
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

#right
{
	margin-left: 230px;
	width: 777px;
	height: 35px;
	text-align: left;	
	color: #0093D3;
	font-family: "Trebuchet MS", verdana;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
}

#content
{
	float: left;
	position: relative;
	margin-left: 220px;
	margin-top: 22px;
	display:inline;
	padding-right: 150px;
	overflow-y: scroll;
}
/* !CONTENT */

a{
	color: #00A4E8;
}
a:hover{
	text-decoration: none;
}
#login_box{
	display: block;
	padding: 5px;
	text-align: center;
	margin: auto;
	list-style: none;
}
a img{
	border: 0px;
}


#copyright{
	display: block;
	padding: 10px;
	margin: 0px auto;
	width: 780px;
	text-align: center;
	list-style: none;
}

/* MOZAIEK */

#mozaiek
{
	padding-bottom: 50px;
	position: relative;
}

#mozaiek a
{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	outline:none;
}

.m1
{
	width: 94px;
	height: 118px;
	background: url(/img/slices/mozaiek_img/m1.png) no-repeat;
	position: absolute;
	text-align: center;
	padding-right: 10px;
}
.m1:hover
{
	background: url(/img/slices/mozaiek_img/m1_over.png) no-repeat;
}
.m2
{
	width: 136px;
	height: 83px;
	background: url(/img/slices/mozaiek_img/m2.png) no-repeat;
	position: absolute;
	text-align: center;
	padding-right: 10px;
}
.m2:hover
{
	background: url(/img/slices/mozaiek_img/m2_over.png) no-repeat;
}
.m3
{
	width: 113px;
	height: 109px;
	background: url(/img/slices/mozaiek_img/m3.png) no-repeat;
	position: absolute;
	text-align: center;
	padding-right: 10px;
}
.m3:hover
{
	background: url(/img/slices/mozaiek_img/m3_over.png) no-repeat;
}
.m4
{
	width: 163px;
	height: 81px;
	background: url(/img/slices/mozaiek_img/m4.png) no-repeat;
	position: absolute;
	text-align: center;
	padding-right: 10px;
}
.m4:hover
{
	background: url(/img/slices/mozaiek_img/m4_over.png) no-repeat;
}
.m5
{
	width: 93px;
	height: 170px;
	background: url(/img/slices/mozaiek_img/m5.png) no-repeat;
	position: absolute;
	text-align: center;
	padding-right: 10px;		
}
.m5:hover
{
	background: url(/img/slices/mozaiek_img/m5_over.png) no-repeat;
}
/* !MOZAIEK */