/* 
multivitamedia.at CSS document
copyright by multivitamedia Markus Piribauer
*/

/*   Elements   */

body {
	margin: 10px 0px 3px 0px;
	font: 11px Verdana, Arial, sans-serif;
	text-align: left;
	background-color: #336699;
}

a {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 1px;
	border-style: dashed;
	border-color: #000000;
	padding: 3px;
	float: none;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 20px;
}

textarea {
	background-color: #99CCFF;
	border: none;
}

a.blacklink {
	color: #000000;
	text-decoration: none;
}

a:hover.blacklink {
	color: #000000;
	text-decoration: underline;
}


/*   Classes   */

.tableborder {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

.strlinie {
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: dashed;
}

.fieldset {
	width: 400px;
	border: 1px;
	border-color: #000000;
	border-style: dashed;
}

.input {
	background-color: #99CCFF;
	border: none;
}

.textbold {
	font-weight: bold;
}

.textblock {
	text-align: justify;
}

.underline {
	text-decoration: underline;
}

.breaker {
	float: none;
}

.textsmall {
	font-size: 9px;
}

.textmiddle {
	font-size: 11px;
}

.textboldyellow {
	font-weight: bold;
	color: #FFFF00;
}

.center {
	text-align: center;
}

.pic {
  float: none;
}


/*   IDs   */

#pagecontainer {
	width: 760px;
	margin: auto;
	background-color: #336699;
}

#menuecontainer {
	width: 758px;
	height: 30px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 0px 0px 5px 0px;
	background-color: #6699CC;
}

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

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

#nav {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	list-style: none;
	float: left;
}

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

#imagecontainer {
	width: 758px;
	height: 200px;
	background-image: url(../pictures/stimmungsbild.jpg);
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

#maincontainer {
	width: 728px;
	min-height: 300px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 5px 0px 0px 0px;
	padding: 60px 15px 30px 15px;
	background-color: #6699CC;
	background-image: url(../pictures/maincontainer_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: auto;
}

#bottomcontainer {
	width: 760px;
	height: 20px;
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
}

#bottomcontainer a {
	color: #000000;
	text-decoration: none;
}

#bottomcontainer a:hover {
	text-decoration: underline;
}
