/*
Evangelisches Gymnasium - CSS Dokument
Copyright by Multivitamedia Markus Piribauer, www.multivitamedia.at
*/

/* Elements */

body {
	margin-top: 0px;
	background: #EEEEEE;
	font: 12px Verdana,Arial,sans-serif;
	color: #666666;
	text-align: left;
}

img {
	border: none;
}

h1 {
	font: 20px Verdana,Arial,sans-serif;
	display: inline;
}

h2 {
	font: 18px Verdana,Arial,sans-serif;
	display: inline;
}

a {
	color: #FF6600;
}


/* IDs */

#pagecontainer {
	width: 762px;
	margin: auto;
	margin-top: 10px;
	background: #EEEEEE;
}

#menuecontainer {
	width: 752px;
	height: 25px;
	background: #666666;
	padding: 3px 5px 0px 5px;
	color: #EEEEEE;
}

#menuecontainer a {
	color: #EEEEEE;
	text-decoration: none;
}

#menuecontainer a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

#imagecontainer {
	width: 760px;
	height: 150px;
	background: #000033;
	background-image: url(../pictures/image.jpg);
	border-color: #666666;
	border: 1px;
	border-style: solid;
}

#breadcrumbtrail {
	width: 745px;
	padding: 5px 5px 5px 10px;
	background: #EEEEEE;
	color: #666666;
	border-color: #666666;
	border-left: 1px;
	border-left-style: solid;
	border-right: 1px;
	border-right-style: solid;
}

#maincontainer {
	width: 750px;
	padding: 20px 5px 30px 5px;
	background: #EEEEEE;
	border: 1px;
	border-style: solid;
	border-color: #666666;
  float: left;
}

#submenuecontainer {
	width: 100px;
	margin-left: 5px;
	padding: 10px;
	height: 300px;
	background: #FFFFFF;
	background-image: url(../pictures/backgr_submenue.gif);
	background-repeat: no-repeat;
	float: left;
}

#contentcontainer {
	width: 580px;
	margin-right: 5px;
	padding: 10px;
	background: #FFFFFF;
	float: right;
}

#bottomcontainer {
	width: 762px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #666666;
	text-align: center;
	color: #EEEEEE;
	float: right;
}

#nav {
	font: 11px Verdana,Arial,sans-serif;
	margin: 3px 0px 0px 5px;
	list-style: none;
	float: left;
}

#nav li {
	padding: 0px 10px 0px 0px;
	display: inline;
}

#topicleft, #topicright {
	width: 595px;
	height: 18px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	float: right;
}

#topicleft {
	width: 120px;
	margin-left: 5px;
	float: left;
}


/* Classes */

.breaker {
	clear: both;
	overflow: hidden;
	height: 1px
}

.breadcrumbtrail {
	font: 10px Verdana,Arial,sans-serif;
	float: left;
}

.breadcrumbtrail a {
	color: #FF6600;
	text-decoration: none;
}

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

.topictext_main {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.topictext_bold {
	font-size: 12px;
	font-weight: bold;
}

.topictext_boldsmall {
	font-size: 10px;
	font-weight: bold;
}

.text_small {
	font-size: 10px;
	text-align: justify;
}

.text {
	font-size: 11px;
	margin: 0px 10px 0px 0px;
	text-align: justify;
}

.textbold {
	font-size: 11px;
	font-weight: bold;
}

.textbold_small {
	font-size: 10px;
	font-weight: bold;
}

.submenue, .bottomtext {
	font-size: 10px;
}

.submenue a {
	color: #FF6600;
	text-decoration: none;
}

.submenue a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.menue {
  padding-left: 0px;
  margin-left: 10px;
}

.image {
	float: right;
	margin: 0px 0px 10px 10px;
}

