@media screen {
	#main {
		width: 756px;
		min-width: 756px;
		border-top: 2px solid rgb(193, 211, 237);
/*		border-bottom: 2px solid rgb(193, 211, 237); */
		margin-left: 22px;
	}
	#col1 {
		width: 293px;
	}
	#col1_content {
		padding: 20px;
	}
	#col1_content p {
		font-size: 0.9em;
	}
	#col2,#col2_content {
		width: 0px;;
		display: none;
	}
	#col3 {
		margin: 0px;
		margin-right: -12px;
		padding: 0px;
	}
	/*Kontaktforumlar */

	#col3_content {
			background-image: url(../design/stripe.gif);
		background-position: 5px !important;
		background-position: 5px ;		
		background-repeat: repeat-y;	
        background-color: rgb(193,211, 237);
		float: left;
		margin-right: 0px;
		border-right: 0px;
		padding-left: 40px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 5px;
		height: auto !important; /* für moderne Browser */
		width: 413px;
		min-height: 390px;
		font-size: 0.79em;
		background-color: rgb(193, 211, 237);
	}
	#col3_content h2 {
		font-size: 1.4em;
		margin-bottom: 12px;
	}
	#col3_content input,textarea {
		line-height: 1.5em;
		font-size: 0.9em;
		margin-top: 2px;
		margin-bottom: 2px;
		border: 1px solid black;
		padding: 2px;
		width: 54%;
	}
	#col3_content .checkbox {
		width: auto;
		border: 0px;
	}
	.kontakt_label {
		float: left;
		width: 40%;
		padding-right: 5px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.clr {
		content: ".";
		clear: both;
		visibility: hidden;
	}
	.kontakt_footnote {
		font-size: 0.72em;
	}
	#footer {
		border-top: 2px solid rgb(193, 211, 237);
		z-index: 100;
		background-color: white;
	}
	#pagetitle {
		font-weight: lighter;
		font-size: 1.1em;
		margin-top: 20px;
		padding-left: 320px;
		color: rgb(63, 107, 164);
	}
	button {
		float: left;
		font-size: 9pt;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		color: rgb(0, 114, 164);
		font-weight: bold;
		padding-left: 10px;
		margin: 0px;
		background-color: transparent;
		background-image: url(../design/button-bluebg.gif);
		height: 38px;
        line-height:38px;
        vertical-align:middle;			
	}
	.message {
		font-weight: bold;
	}
	.whitebutton_right {
		display: block;
		float: left;
	}
}