@import url(general.css);

/**
 * Content Styles
 *
 */
h3 {
	font-size : 1.4em;
	font-style : normal;
	font-weight: bold;
	clear:both;
	background-color:transparent;
	padding: 2px 2px 2px 2px;
	margin: 0 0 2px 0;
	color: #24249C;
}

 #content {
	clear:both;
	width : 1000px;
	text-align: left;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
}

#content #column1 {
	position:relative;
	width:660px;
	float:left;
	border-right:2px dotted rgb(150,150,150);
}

#content #column1 div {
	margin-top: 0px;
	margin-left:5px;
	margin-right:5px;
	width:650px;
	overflow:hidden;
	/*background-color:rgb(250,250,250);*/
}

#content #column1 div h2 {
	background-color:transparent;
	color: #24249C;
	margin-left:8px;
}

#content #column1 div hr {
	height:1px;
	border:solid 1px #DDDDDD;
	margin-left: 10px;
}

#content #column1 .text {
	float:left;
	width: 405px;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	overflow:auto;
}

#content #column1 .text2 {
	float:left;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	overflow:hidden;
}

#content #column1 div.bottom {
	width: 300px;
	float: left;
	margin-bottom:15px;
	overflow:hidden;
	vertical-align:bottom;
}

#content #column1 div div.image {
	float:left;
	display:block;
	width:225px;
	padding-top:39px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:43px;
}

#content #column1 div div.image a{
	margin-left:0px;
	padding-left:0px;
}

#content #column1 div div.image div.pic {
	width:250px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#content #column1 div div.image div.pic img {
	border:0px;
}

#content #column1 div div.image .desc {
	overflow:auto;
	width:225px;
	font-size:0.7em;
	color:#999999;
	background-color:transparent;
	margin:0px;
	padding:0px;
}

#content #column1 div div.date {
	float:right;
	overflow: hidden;
	width:170px;
	height: 26px;
	font-size: .7em;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:0px;
	margin-top:10px;
}

#content #column1 p {
	font-size: .9em;
	margin: 0 10px 40px 10px;
	text-align:left;
	color:black;
}

#content #column1 a {
	font-size: .8em;
	margin: 0px 10px 10px 10px;
	text-align:left;
	text-decoration:none;
	color:black;
}

#content #column1 a:hover {
	text-decoration:underline;
	color:black;
}
#content #column2{
	margin-left: 5px;
	width : 330px;
	overflow:auto;
	padding-left:0px;
	margin-top:0px;
	float:left;
}

#content #column2 table {
	width:100%;
	font-size:.8em;
	background-color:transparent;
}

#content #column2 table .standardinput {
	width:320px;
	border:1px solid black;
}

#content #column2 table .captcha {
	border: 1px solid black;
	width:80px;
	margin-left:5px;
}

#content #column2 table textarea {
	overflow:auto;
	height:100px;
}

#content #column2 table td.error {
	color:rgb(170,0,0);
	font-size:.9em;
}

#content #column2 table .button {
	border:1px solid black;
	cursor:pointer;
	background-color:rgb(200,0,0);
	font-weight:bold;
	color:white;
}

#content #column2 div {
	margin-top:20px;
	background-color:rgb(245,245,245);
	background-image:url(../images/kante.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}

#content #column2 div h3 {
	font-size:.9em;
	color:black;
	background-color:transparent;
	padding-left:5px;
}

#content #column2 div ul {
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
	list-style-type:none;
}

#content #column2 div ul li a {
	color:black;
	text-decoration:none;
	background-color:transparent;
}

#content #column2 div ul li a:hover {
	color:black;
	text-decoration:underline;
	background-color:transparent;
}

