/* CSS Dokument für Juliane Reinholds Website */

html {
	width: 100%;
	height: 100%;
	background-color: #02396D;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(img/bgr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}

#outercontainer {
	width: 718px;
	margin: auto;
	padding-bottom: 15px;
	overflow: auto;
	clear: both;
	/*overflow-y: auto;
	overflow-x: none; */
	border-left: 1px solid #062842;
	border-right: 1px solid #062842;
	background-image: url(img/bgr-content.gif);
	background-repeat: repeat-y;
}

.contentcontainer {
	width: 718px;
	float: left;
}

#newscontainer {
	width: 185px;
	padding-top: 15px;
	float: left;
}

.newsbox {
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.newsboxheadline {
	width: 161px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	border-top: 1px solid #305A7A;
	border-right: 1px solid #305A7A;
	border-left: 1px solid #305A7A;
}

.newsboxcontent {
	width: 161px;
	padding: 6px;
	border-right: 1px solid #305A7A;
	border-bottom: 1px solid #305A7A;
	border-left: 1px solid #305A7A;
}

.contentbox {
	padding-top: 5px;
	width: 505px;
	padding-left: 14px;
	padding-right: 14px;
	float: left;
}

#endcontainer {
	width: 718px;
	height: 20px;
	margin: auto;
	padding-top: 7px;
	background-color: #072F4D;
	border-left: 1px solid #062842;
	border-right: 1px solid #062842;
	border-bottom: 1px solid #062842;
}

#navicontainer {
	width: 718px;
	height: 20px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* Textdefinitionen */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.newsboxheadline {
	font-size: 11px;
	color: #59819E;
	text-align: left;
}

.newsboxcontent {
	font-size: 10px;
	line-height: 17px;
	text-align: left;
	color: #97B9D3;
}

.contentbox {
	text-align: left;
	font-size: 11px;
	line-height: 20px;
}

#endcontainer {
	font-size: 10px;
}

#navicontainer {
	color: #4F7DA0;
	font-size: 10px;
}

h1 {
	font-size: 14px;
	line-height: 26px;
}


/* Linkdefinitionen */

a:link {
	color: #FF9900;
	text-decoration: underline;
}

a:visited {
	color: #D88201;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FFB400;
	text-decoration: none;
}

.sponsor:link, .sponsor:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sponsor:hover, .sponsor:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.navi:link {
	color: #4F7DA0;
	text-decoration: none;
}

.navi:visited {
	color: #657F93;
	text-decoration: none;
}

.navi:hover, .navi:active {
	color: #8FBBDB;
	text-decoration: underline;
}

.news:link {
	color: #FF9900;
	text-decoration: underline;
}

.news:visited {
	color: #D88201;
	text-decoration: underline;
}

.news:hover, .navi:active {
	color: #FFB400;
	text-decoration: none;
}

.nolink:link, .nolink:visited, .nolink:hover, .nolink:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* sonstige Definitionen */

.galleryborder {
	border: 1px solid #FF9900;
}

.border {
	border: 1px solid #062842;
}

.floatright {
	float: right;
	border: 1px solid #FF9900;
}
